home *** CD-ROM | disk | FTP | other *** search
-
- /* PTM Server test-program - Ver. 1.0 Copyright (C) 1994 OZ4ZK */
-
- #include <conio.h>
-
-
- void main(int argc, char *argv[])
- {
- printf("******************************************************\r\n");
- printf("PTM Server test-program - Ver. 1.0 Copyright (C) OZ4ZK\r\n");
- printf("******************************************************\r\n");
- if (argc != 2) printf("Usage: S1, S2 or S3 ARGUMENT\r\n");
- else
- printf("Your argument was \"%s\"\r\n", argv[1]);
- printf("******************************************************\r\n");
- return;
- }